home *** CD-ROM | disk | FTP | other *** search
-
- // rotina inicia
-
- ns4 = (document.layers)? true:false
- ie4 = (document.all)? true:false
-
- // Show/Hide functions for pointer objects
-
- function showObject() {
- if (ns4) document.menugeral.visibility = "show"
- else if (ie4) menugeral.style.visibility = "visible"
- }
-
- function hideObject() {
- if (ns4) document.menugeral.visibility = "hide"
- else if (ie4) menugeral.style.visibility = "hidden"
- }
-
-
-